home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / InfoPanel.nib / data.classes next >
Text File  |  1994-12-14  |  629b  |  47 lines

  1. InfoPanel = {
  2.     ACTIONS = {
  3.     orderFront:;
  4.     };
  5.     OUTLETS = {
  6.     appIcon;
  7.     extensionNameMatrix;
  8.     organizationText;
  9.     contactText;
  10.     extensionView;
  11.     buildInfo;
  12.     serialText;
  13.     spudPanel;
  14.     versionText;
  15.     extensionVersionMatrix;
  16.     };
  17.     SUPERCLASS = Panel;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. PGInspector = {
  25.     ACTIONS = {
  26.     default:;
  27.     revert:;
  28.     set:;
  29.     };
  30.     OUTLETS = {
  31.     stringTable;
  32.     window;
  33.     currentStyleButton;
  34.     styleList;
  35.     };
  36.     SUPERCLASS = Object;
  37. };
  38. PageOneApp = {
  39.     ACTIONS = {
  40.     performMenuAction:;
  41.     };
  42.     OUTLETS = {
  43.     infoPanel;
  44.     };
  45.     SUPERCLASS = Application;
  46. };
  47.